Skip to content

Remove unnecessary parentheses around print statements - #439

Merged
IsaacG merged 2 commits into
exercism:mainfrom
kirtisrivastava22:fix-print-parentheses
Aug 7, 2026
Merged

Remove unnecessary parentheses around print statements#439
IsaacG merged 2 commits into
exercism:mainfrom
kirtisrivastava22:fix-print-parentheses

Conversation

@kirtisrivastava22

Copy link
Copy Markdown
Contributor

Fixes #430

Removed unnecessary parentheses around print statements in the
following example solutions, per the issue's guidance (parens are
only needed when disambiguating a > redirection, which none of
these cases involve):

  • atbash-cipher
  • series
  • rna-transcription
  • protein-translation
  • prime-factors
  • space-age
  • nth-prime
  • resistor-color-duo
  • resistor-color-trio
  • triangle

@IsaacG

IsaacG commented Aug 6, 2026

Copy link
Copy Markdown
Member

Pending GHA checks

@IsaacG
IsaacG merged commit bcfa37e into exercism:main Aug 7, 2026
4 checks passed
@kirtisrivastava22
kirtisrivastava22 deleted the fix-print-parentheses branch August 7, 2026 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

print is a statement not a function: remove parentheses

3 participants